home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / OS / FWGraphx / Include / FWGraphx.hpp < prev    next >
Encoding:
Text File  |  1996-04-25  |  866 b   |  46 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWGraphx.hpp
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWGRAPHX_HPP
  11. #define FWGRAPHX_HPP
  12.  
  13. // ----- ODF Includes -----
  14.  
  15. #include "FWMemory.h"
  16. #include "FWString.h"
  17. #include "FWStream.h"
  18. #include "FWResour.h"
  19. #include "FWFiles.h"
  20. #include "FWRefCnt.h"
  21. #include "FWExcLib.h"
  22. #include "FWRunTyp.h"
  23. #include "FWDebug.h"
  24. #include "FWCommon.h"
  25.  
  26. // ----- OpenDoc Includes -----
  27.  
  28. #ifndef FWODTYPS_H
  29. #include "FWODTyps.h"
  30. #endif
  31.  
  32. #ifndef SOM_ODShape_xh
  33. #include <Shape.xh>
  34. #endif
  35.  
  36. #ifndef SOM_ODTransform_xh
  37. #include <Trnsform.xh>
  38. #endif
  39.  
  40. #ifndef SOM_ODCanvas_xh
  41. #include <Canvas.xh>
  42. #endif
  43.  
  44. #endif
  45.  
  46.